home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!netnews
- From: jdmorris@ix.netcom.com (Jason D. Morris)
- Newsgroups: comp.lang.c++
- Subject: Re: Q: Any compiler support "auto_ptr" template in standard C++ library ?
- Date: Tue, 26 Mar 1996 02:56:26 GMT
- Organization: Netcom
- Message-ID: <31575c74.34341350@nntp.ix.netcom.com>
- References: <4j7i17$25k@paul.rutgers.edu>
- NNTP-Posting-Host: pon-mi4-02.ix.netcom.com
- X-NETCOM-Date: Mon Mar 25 6:55:30 PM PST 1996
- X-Newsreader: Forte Agent .99d/32.182
-
- On 25 Mar 1996 20:41:59 -0500, yuliang@paul.rutgers.edu (Yu-min Liang)
- wrote:
-
- >Can somebody kindly tell me which C++ compiler support the
- >"auto_ptr" template defined in standard C++ library ?
- >I mean, not only the "explicit" keyword, but in particular the
- >"template member function". I have installed g++ 2.7.2, but it
- >doesn't compile the "auto_ptr" implementation as suggested in
- >Scott Meyers' "More Effective C++" book.
-
- BC++ 5.0 comes equipped with Rogue Wave's implementation of auto_ptr.
- I'm not sure if BC++ 5.0 supports member templates, I think it
- doesn't, but don't quote me. It does support explicit, and bool too
- for that matter, and the new scope rules for for loop variables.
-
- Jason
-
-